summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2022-05-19 07:26:12 +0200
committerAnton Luka Šijanec <anton@sijanec.eu>2022-05-19 07:26:12 +0200
commitb250709f6d6ac090e0ca37a56afd8cdc48cb0533 (patch)
tree482dd0342cefdc35b73c050815c74fcfc0481e91 /Makefile
parentučenje kemije za zadnji test (upajmo) (diff)
downloadsola-gimb-3-b250709f6d6ac090e0ca37a56afd8cdc48cb0533.tar
sola-gimb-3-b250709f6d6ac090e0ca37a56afd8cdc48cb0533.tar.gz
sola-gimb-3-b250709f6d6ac090e0ca37a56afd8cdc48cb0533.tar.bz2
sola-gimb-3-b250709f6d6ac090e0ca37a56afd8cdc48cb0533.tar.lz
sola-gimb-3-b250709f6d6ac090e0ca37a56afd8cdc48cb0533.tar.xz
sola-gimb-3-b250709f6d6ac090e0ca37a56afd8cdc48cb0533.tar.zst
sola-gimb-3-b250709f6d6ac090e0ca37a56afd8cdc48cb0533.zip
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c356e47..d5ff436 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ default: $(dirs) $(pdfs) $(texs)
$(dirs):
$(MAKE) -C $@
%.pdf: %.md
- pandoc -V geometry:margin=1cm $< -o $@
+ pandoc -V geometry:margin=1cm $< -o $@ --pdf-engine=xelatex
%.pdf: %.tex
@echo za tole rabiš moje magične skripte
n=`rev <<< $@ | cut -d/ -f1 | cut -d. -f2- | rev` && cd `rev <<< $@ | cut -d/ -f2- | rev` && ~/projects/doc/f5ff.sh $$n && (test -e `rev <<< $@ | cut -d. -f2- | rev`.bib && biber $$n ||:) && ~/projects/doc/f5ff.sh $$n